home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / os2 / splot170.zip / spbegin.cfg < prev    next >
Text File  |  1996-10-09  |  5KB  |  170 lines

  1. /* edit the numeric values to chage option */
  2. /* 1 is on and 0 is off for on/off parameters */
  3. undo_limit 30000
  4. key_map 0
  5. exclusive_map 0
  6. tab_size 3
  7. right_margin 79
  8. left_margin 0
  9. indent 4
  10. ordinary_colour 7
  11. changed_colour 3
  12. background_colour 0
  13. command_colour 4
  14. command_back_colour 7
  15. tab_compress 0
  16. auto_indent 1
  17. auto_wrap 0
  18. copy_indent 0
  19. right_justify 0
  20. error_beep 1
  21. overwrite_warn 0
  22. inc_update 0
  23. pan_sense 0
  24. dos_print 1
  25. always_load 1
  26. font_name System Monospaced
  27. font_size 10
  28. edit_x_pos 300
  29. edit_y_pos 12
  30. edit_width 320
  31. edit_height 452
  32. plot_x_pos -4
  33. plot_y_pos 6
  34. plot_width 303
  35. plot_height 457
  36. printer_name
  37. printer_path PRN
  38. index_names (null)
  39. mouse button1 1
  40. mouse button2 2
  41. mouse button3 0
  42. snap_on 1
  43. grid_on 0
  44. snap_spacing 0.500000
  45. grid_spacing 1.000000
  46. conventional_return 0
  47. alt_menubar_access 1
  48. def_io_tab_size 1
  49. open_filename f:\csource\splot\tom\fft.spt
  50. search_string lpos
  51. replace_string freq
  52. search options 0
  53. load options 0
  54. save_filename *.*
  55. fold_tag_reg_exp (null)
  56. lvar_x_pos 4
  57. lvar_y_pos 0
  58. gvar_x_pos 44
  59. gvar_y_pos 158
  60. dvar_x_pos 4
  61. dvar_y_pos 0
  62. syntax_colour 1
  63. comment_colour 2
  64. keyword_colour 4
  65. comment_start_delimiter /*
  66. comment_end_delimiter */
  67. line_comment_delimiter //
  68. preprocessor_delimiter #
  69. special_changed_colour 1
  70. quote_colour 5
  71. syntax_colour_on 1
  72. preprocessor_colour 6
  73. unbalanced_colour 4
  74. literal_esc_char \
  75. unbalanced_test_on 1
  76.  
  77. /* Starting in the first column of a definition must appear the key word */
  78. /* or function key identifying the macro. This is followed by the macro */
  79. /* body. Function keys may not appear in macro bodies.*/
  80. /* macro definitions require two characters per keystroke and are encoded as follows:   */
  81. /* Sequences are in ASCII order.*/ 
  82.  
  83. /* Ordinary characters            prepend with _                                        */
  84. /* Control Keys                   prepend with ^       ^M Return, ^[ esc                */
  85. /* Alt Keys                       prepend with %                                        */
  86. /* Cursor keys                    prepend with #       #. Del, #0 Ins - #9 PgUp         */
  87. /* Ctrl Cursor Keys               prepend with #       #N Del, #P Ins - #Y PgUp         */
  88. /* Alt Cursor Keys                prepend with #       #n Del, #p Ins - #y PgUp         */
  89. /* Function Keys                  prepend with $       $1 - S<                          */
  90. /* Shift Function Keys            prepend with $       $= - $H                          */
  91.  
  92. /* function key macro definitions */
  93. $1 ^[_?^M
  94. $2 ^W
  95. $3 ^Q
  96. $4 ^W^Q
  97. $5 ^[
  98. $6 ^[_c_o_n_f_i_g_u_r_e^M
  99. $7 ^[_e_
  100. $8 ^[_r_
  101. $9 ^U
  102. $: ^N
  103. $I #7_#_i_n_c_l_u_d_e^`_<_s_p_l_o_t_._h_>^M_m_a_i_n_(_)^M#6#6#6_{^M_}#8
  104. $J _i_f^`_(_)^M#6#6#6_{^M_}#8#8
  105. $K _e_l_s_e^M#6#6#6_{^M_}#8
  106. $L _f_o_r^`_(_;_;_)^M#6#6#6_{^M_}#8#8#6
  107. $M _w_h_i_l_e^`_(_)^M#6#6#6_{^M_}#8#8#6#6#6
  108. $N _d_o^M#6#6#6_{^M_}^M#4#4#4_w_h_i_l_e^`_(_)_;#4#4
  109. $O _b_r_e_a_k_;
  110. $P _c_o_n_t_i_n_u_e_;
  111. $Q _r_e_t_u_r_n_;
  112. $R _c_h_a_r^`_;#4
  113. $S _i_n_t^`_;#4
  114. $T _f_l_o_a_t^`_;#4
  115. $U _d_o_u_b_l_e^`_;#4
  116. $V _s_w_i_t_c_h^`_(_)^M#6#6#6_{^M_}#8#8#6#6#6#6
  117. $W _c_a_s_e^`_:#4
  118. $X _d_e_f_a_u_l_t^`_:#4
  119. $\ ^^
  120. $] ^_
  121. $;  
  122. $<  
  123. $=  
  124. $>  
  125. $?  
  126. $@  
  127. $A  
  128. $B  
  129. $C  
  130. $D  
  131. $E  
  132. $F  
  133. $G  
  134. $H  
  135. $Y  
  136. $Z  
  137. $[  
  138. $^  
  139. $_  
  140. $`  
  141.  
  142. /* internal function macro definitions */
  143. abox ^M_a_b_o_x_(_w_i_d_t_h_,_h_e_i_g_h_t_,_[_x_o_r_i_g_]_,_[_y_o_r_i_g_]_)_;#T#T#T#T
  144. alineto ^M_a_l_i_n_e_t_o_(_l_e_n_g_t_h_,_a_n_g_l_e___t_o___l_a_s_t_)_;#T#T
  145. arc ^M_a_r_c_(_x_c_e_n_t_e_r_,_y_c_e_n_t_e_r_,_r_a_d_i_u_s_,_a_l_p_h_a_,_b_e_t_a_)_;#T#T#T#T#T
  146. arcn ^M_a_r_c_n_(_x_c_e_n_t_e_r_,_y_c_e_n_t_e_r_,_r_a_d_i_u_s_,_a_l_p_h_a_,_b_e_t_a_)_;#T#T#T#T#T
  147. arcto ^M_a_r_c_t_o_(_x_1_,_y_1_,_x_2_,_y_2_,_r_a_d_i_u_s_)_;#T#T#T#T#T
  148. arrowto ^M_a_r_r_o_w_t_o_(_x_1_,_x_2_,_[_x_2_]_,_[_y_2_]_ _-_ _[_x_n_]_,_[_y_n_]_)_;#T#T#T#T#T#T#T
  149. ascale ^M_a_s_c_a_l_e_(_,_m_i_n_,_m_a_x_)_;#T#T#4
  150. axes_box ^M_a_x_e_s___b_o_x_(_w_i_d_t_h_,_h_e_i_g_h_t_,_x_m_i_n_,_y_m_i_n_,_x_m_a_x_,_y_m_a_x_,_[_x_o_r_i_g_]_,_[_y_o_r_i_g_]_)_;#T#T#T#T#T#T#T#T
  151. box ^M_b_o_x_(_x_1_,_y_1_,_x_2_,_y_2_)_;#T#T#T#T
  152. curveto ^M_c_u_r_v_e_t_o_(_x_1_,_y_1_,_x_2_,_y_2_,_x_3_,_y_3_)_;#T#T#T#T#T#T
  153. drawdata ^M_d_r_a_w_d_a_t_a_(_d_a_t_a_,_[_x_c_o_l_]_,_[_y_c_o_l_]_)_;#T#T#T
  154. errorbars ^M_e_r_r_o_r_b_a_r_s_(_,_d_a_t_a_,_x_c_o_l_,_y_c_o_l_,_e_r_r_c_o_l_)_;#T#T#T#T#4
  155. fitline ^M_f_i_t_l_i_n_e_(_d_a_t_a_,_x_c_o_l_,_y_c_o_l_,_&_y_i_n_t_,_&_s_l_o_p_e_)_;#T#T#T#T#T
  156. label ^M_l_a_b_e_l_(_,_l_a_b_e_l_)_;#T#4
  157. lineto ^M_l_i_n_e_t_o_(_x_1_,_x_2_,_[_x_2_]_,_[_y_2_]_ _-_ _[_x_n_]_,_[_y_n_]_)_;#T#T#T#T#T#T#T
  158. moveto ^M_m_o_v_e_t_o_(_x_,_y_)_;#T#T
  159. plotdata ^M_p_l_o_t_d_a_t_a_(_d_a_t_a_,_[_x_c_o_l_]_,_[_y_c_o_l_]_)_;#T#T#T
  160. readdata ^M_r_e_a_d_d_a_t_a_(_f_i_l_e_n_a_m_e_,_d_a_t_a___a_r_r_a_y_)_;#T#T
  161. rarrowto ^M_r_a_r_r_o_w_t_o_(_x_1_,_x_2_,_[_x_2_]_,_[_y_2_]_ _-_ _[_x_n_]_,_[_y_n_]_)_;#T#T#T#T#T#T#T
  162. rlineto ^M_r_l_i_n_e_t_o_(_x_1_,_x_2_,_[_x_2_]_,_[_y_2_]_ _-_ _[_x_n_]_,_[_y_n_]_)_;#T#T#T#T#T#T#T
  163. rmoveto ^M_r_m_o_v_e_t_o_(_x_,_y_)_;#T#T
  164. rotate ^M_r_o_t_a_t_e_(_d_e_g_r_e_e_s_)_;#T
  165. scale ^M_s_c_a_l_e_(_x_m_u_l_t_,_y_m_u_l_t_)_;#T#T
  166. symbol ^M_s_y_m_b_o_l_(_[_x_]_,_[_y_]_,_)_;#T#T
  167. text ^M_t_e_x_t_(_x_,_y_,_q_u_o_t_e_,_[_j_u_s_t_]_)_;#T#T#T#T
  168. translate ^M_t_r_a_n_s_l_a_t_e_(_t_x_,_t_y_)_;#T#T
  169. whereis ^M_w_h_e_r_e_i_s_(_&_x_,_&_y_)_;#T#T
  170.